CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - MAX MIN
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - MAX MIN - List
[
Other
]
mmantsystem
DL : 0
This is an implementation for the max min ant system applied to the University Course Timetabling
Date
: 2025-07-01
Size
: 25kb
User
:
wit77
[
AI-NN-PR
]
MMAS
DL : 0
最大最小蚁群算法求解TSP的实现在基本算法的基础上做少许更改即可。 1》初始化路段信息素为最大值 2》在增加信息素时只更新最优路径 3》在挥发信息素时,将所有路段的信息素值限制在最大最小值之间-Max Min Ant Colony
Date
: 2025-07-01
Size
: 54kb
User
:
rock
[
Graph Recognize
]
original_GraphCut
DL : 0
An Experimental Comparison of Min-Cut/Max-Flow Algorithms for Energy Minimization in Vision
Date
: 2025-07-01
Size
: 573kb
User
:
pucho
[
Other
]
shuliejicha
DL : 0
数列极差问题,在黑板上写了N个正整数组成的一个数列,进行如下操作: 每次擦去其中的两个数a和b,然后在数列中加入一个数a×b+1,如此下去直至黑板上 剩下一个数,在所有按这种操作方式最后得到的数中,最大的为max,最小的为min, 则该数列的极差定义为M=max-min。 -Series of very poor question written on the blackboard a positive integer N composed of a series, the following: two of them wipe each time the number of a, b, and then add a series number of a × b+1, it goes on until the rest of the board of a number, according to this mode of operation in all the resulting numbers, the biggest for the max, the smallest for the min, then the series range is defined as M = max-min.
Date
: 2025-07-01
Size
: 2.66mb
User
:
betty
[
matlab
]
plot3k
DL : 0
Generate a 3D point plot of L=(x,y,z) using the values in the vector c to determine the color of each point. If c is empty, then z (column 3 of L) is used to color the plot. The data points are sorted so that plot3 is only called once for each group of points that map to the same color. The upper and lower limits of the color range (and the z axis) can be defined with crange. This is useful for creating a series of plots with the same coloring. The colormap (but not the colorbar) is flipped upside down if crange is given as [max min] instead of [min max]. The figure handle is returned if an output argument is given.-Generate a 3D point plot of L=(x,y,z) using the values in the vector c to determine the color of each point. If c is empty, then z (column 3 of L) is used to color the plot. The data points are sorted so that plot3 is only called once for each group of points that map to the same color. The upper and lower limits of the color range (and the z axis) can be defined with crange. This is useful for creating a series of plots with the same coloring. The colormap (but not the colorbar) is flipped upside down if crange is given as [max min] instead of [min max]. The figure handle is returned if an output argument is given.
Date
: 2025-07-01
Size
: 4kb
User
:
Jeff
[
Algorithm
]
max-min
DL : 0
编写一个程序,读入5个整数,然后确定并显示这组数中的最大整数和最小整数。-Write a program that reads five integers, then determine and display this group of the number of the biggest integer and smallest integer.
Date
: 2025-07-01
Size
: 2kb
User
:
孙丹丹
[
Graph Recognize
]
MaxFlowcpp
DL : 0
max flow min cut in c++ code
Date
: 2025-07-01
Size
: 1kb
User
:
ansu
[
Mathimatics-Numerical algorithms
]
max--min-
DL : 0
给定一个数组,数组的个数为n,求这n个数的最大值、最小值-Given an array of the number of the n, n find the number of maximum, minimum
Date
: 2025-07-01
Size
: 1kb
User
:
伍凤云
[
Other
]
20042
DL : 0
04武大复试题 printf("最大数为: d\n最小数为: d\n中间数为: d\n",max,min,midle) -04 Wu large complex questions printf (" Maximum number: d \ n Minimum number: d \ n the middle number: d \ n" , max, min, midle)
Date
: 2025-07-01
Size
: 295kb
User
:
沈乐
[
matlab
]
max-flow-min-cut-theorem
DL : 0
初学最大流最小割的几个很有用的参考资料,详细介绍了它的应用,很有帮助哦!-Maximum flow minimum cut beginner several useful references, details of its application, very helpful Oh!
Date
: 2025-07-01
Size
: 3.85mb
User
:
wade
[
matlab
]
resource-allocation-of-OFDM
DL : 0
OFDM系统中的资源调度算法,轮训算法与最大信干比算法-the resource scheduling algorithms of OFDM system
Date
: 2025-07-01
Size
: 2kb
User
:
王鹏博
[
JSP/Java
]
Program-for-Min
DL : 0
/* Program for Min, Max value of data types*/ }
Date
: 2025-07-01
Size
: 8kb
User
:
NGABO
[
AI-NN-PR
]
MMACA
DL : 0
这是基于VB的关于最大最小蚁群算法,希望对大家有所帮助!-Max-Min ant colony algorithm
Date
: 2025-07-01
Size
: 139kb
User
:
hjwei
[
Data structs
]
CalculateRange
DL : 0
数列极差问题:给定n个正整数数列,进行如下操作:每次删去两个数 a和b,添加1个数 a*b+1,直到只剩1个数N。在所有的这样的N中,有1个最大Max的和最小的Min,M=Max-Min是极差。计算 M 运行环境:vs2008-Series poor problem: Given n positive integers sequence, proceed as follows: each time deleting the two numbers a and b, add a number a* b+1, until only one number N. N in all of this, there is a maximum and minimum Max Min, M = Max-Min is very poor. Calculate M operating environment: vs2008
Date
: 2025-07-01
Size
: 177kb
User
:
Lawrence
[
Special Effects
]
chenggongchengxu
DL : 0
rgb to HSV,很有用,调试成功,可以应用-rgb to HSV,#include "stdafx.h" #include <iostream.h> void main(float R, float G, float B, float& H, float& S, float&V) { // r,g,b values are from 0 to 1 // h = [0,360], s = [0,1], v = [0,1] // if s == 0, then h =-1 (undefined) float min, max, delta,tmp tmp = R>G?G:R min = tmp>B?B:tmp tmp = R>G?R:G max = tmp>B?tmp:B V = max // v delta = max- min if( max != 0 ) S = delta/max // s else { // r = g = b = 0 // s = 0, v is undefined S = 0 H = 0 return } if (delta == 0){ H = 0 return } else if(R == max){ if (G >= B) H = (G- B)/delta // between yellow & magenta else H = (G- B)/delta+ 6 } else if( G == max ) H = 2+ ( B- R )/delta // between cyan & yellow else if (B == ma
Date
: 2025-07-01
Size
: 1kb
User
:
陈晓
[
Mathimatics-Numerical algorithms
]
MAX-AND-MIN
DL : 0
输出各种数据类型的最大值、最小值。包括整形,长整形,浮点型等等。-output max and min,for example int,long.float,double and so on.
Date
: 2025-07-01
Size
: 265kb
User
:
戴呆
[
Special Effects
]
adsfsadf
DL : 0
C语言图像旋转_放大_移动程序代码 利用C语言实现图像的旋转 放大 移动-C max min progbelmaljdkf
Date
: 2025-07-01
Size
: 7kb
User
:
abc
[
Delphi VCL
]
max-min
DL : 0
it is a simple pascal program source code
Date
: 2025-07-01
Size
: 7kb
User
:
khoerul amri
[
matlab
]
ensemble-toolbox
DL : 0
a very useful toolbox for classifiers combination: majority voting, max, min, average mesures and others
Date
: 2025-07-01
Size
: 2.55mb
User
:
ssss
[
MiddleWare
]
mydll
DL : 0
动态链接库示范,包括头文件和源文件,本文以sum、max、min函数为例-The dynamic link library demonstration, including the header and source files, this paper sum, max, min function as an example
Date
: 2025-07-01
Size
: 6.84mb
User
:
渺小的秋叶
«
1
2
3
4
5
6
7
8
9
10
...
21
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.